-
Notifications
You must be signed in to change notification settings - Fork 2.1k
feat: add kube_deployment_status_replicas_terminating and kube_replicaset_status_terminating_replicas metrics #2708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
6eb6e66
to
0785f33
Compare
/triage accepted |
Error: ../../../go/pkg/mod/k8s.io/[email protected]/pkg/cel/environment/base.go:53:30: undefined: featuregate.DefaultComponentGlobalsRegistry Could you upgrade k8s version in a separate pull request? |
0785f33
to
ae96403
Compare
…tatus_terminating_replicas metrics
ae96403
to
643c9e9
Compare
I removed the go.mod bump requirement and rebased the PR. Should be ready for a review @CatherineF-dev @richabanker @rexagod @soltysh for SIG Apps |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm from sig-apps pov
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: atiratree, soltysh The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
This is needed to support the kubernetes/enhancements#3973 observability and to promote DeploymentReplicaSetTerminatingReplicas to Beta kubernetes/kubernetes#133087
How does this change affect the cardinality of KSM: increases
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #